Package | de.gematik.erg |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.erg@1.0.0-CC&canonical=https://gematik.de/fhir/erg/StructureDefinition/erg-nutzungsprotokoll |
Url | https://gematik.de/fhir/erg/StructureDefinition/erg-nutzungsprotokoll |
Version | 1.0.0-CC |
Status | active |
Date | 2024-06-20 |
Name | ERGNutzungsprotokoll |
Title | ERG Nutzungsprotokoll |
Experimental | False |
Type | AuditEvent |
Kind | resource |
No resources found
StructureDefinition | |
http://fhir.de/StructureDefinition/identifier-kvid-10 ![]() | Identifier-Profil für die 10-stellige Krankenversichertennummer |
https://gematik.de/fhir/erg/ValueSet/erg-audit-event-agent-type-vs ![]() | ERG Audit Event Agent Type |
https://gematik.de/fhir/erg/ValueSet/erg-audit-event-sub-type-vs ![]() | ERG Audit Event Sub-Type |
https://gematik.de/fhir/erg/ValueSet/erg-audit-event-type-vs ![]() | ERG Audit Event Type |
{
"resourceType" : "StructureDefinition",
"id" : "erg-nutzungsprotokoll",
"url" : "https://gematik.de/fhir/erg/StructureDefinition/erg-nutzungsprotokoll",
"version" : "1.0.0-CC",
"name" : "ERGNutzungsprotokoll",
"title" : "ERG Nutzungsprotokoll",
"status" : "active",
"experimental" : false,
"date" : "2024-06-20",
"publisher" : "gematik GmbH",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://gematik.de/"
}
]
}
],
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "AuditEvent",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/AuditEvent",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "AuditEvent.type",
"path" : "AuditEvent.type",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/erg/ValueSet/erg-audit-event-type-vs"
}
},
{
"id" : "AuditEvent.subtype",
"path" : "AuditEvent.subtype",
"comment" : "Erweiterung des Core ValueSet um die Operations der Spec-E-Rechnung",
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"valueSet" : "https://gematik.de/fhir/erg/ValueSet/erg-audit-event-sub-type-vs"
}
},
{
"id" : "AuditEvent.action",
"path" : "AuditEvent.action",
"mustSupport" : true
},
{
"id" : "AuditEvent.recorded",
"path" : "AuditEvent.recorded",
"mustSupport" : true
},
{
"id" : "AuditEvent.outcome",
"path" : "AuditEvent.outcome",
"mustSupport" : true
},
{
"id" : "AuditEvent.agent",
"path" : "AuditEvent.agent",
"mustSupport" : true
},
{
"id" : "AuditEvent.agent.type",
"path" : "AuditEvent.agent.type",
"min" : 1,
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://gematik.de/fhir/erg/ValueSet/erg-audit-event-agent-type-vs"
}
},
{
"id" : "AuditEvent.agent.who",
"path" : "AuditEvent.agent.who",
"mustSupport" : true
},
{
"id" : "AuditEvent.agent.who.identifier",
"path" : "AuditEvent.agent.who.identifier",
"comment" : "Der Identifier wird vom Server gesetzt und kann entweder eine KVNR oder Telematik-ID sein",
"mustSupport" : true
},
{
"id" : "AuditEvent.agent.who.display",
"path" : "AuditEvent.agent.who.display",
"min" : 1,
"mustSupport" : true
},
{
"id" : "AuditEvent.agent.requestor",
"path" : "AuditEvent.agent.requestor",
"mustSupport" : true
},
{
"id" : "AuditEvent.source.observer.display",
"path" : "AuditEvent.source.observer.display",
"comment" : "Freitext-Rolle des Servers, auf das Event ausgelöst wurde",
"mustSupport" : true
},
{
"id" : "AuditEvent.entity",
"path" : "AuditEvent.entity",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "what.type"
}
],
"rules" : "open"
},
"mustSupport" : true
},
{
"id" : "AuditEvent.entity.what",
"path" : "AuditEvent.entity.what",
"comment" : "Referenzierung aller betroffenen Ressourcen",
"mustSupport" : true
},
{
"id" : "AuditEvent.entity.what.display",
"path" : "AuditEvent.entity.what.display",
"mustSupport" : true
},
{
"id" : "AuditEvent.entity.name",
"path" : "AuditEvent.entity.name",
"mustSupport" : true
},
{
"id" : "AuditEvent.entity.description",
"path" : "AuditEvent.entity.description",
"mustSupport" : true
},
{
"id" : "AuditEvent.entity:Versicherter",
"path" : "AuditEvent.entity",
"sliceName" : "Versicherter",
"min" : 0,
"max" : "1",
"mustSupport" : true
},
{
"id" : "AuditEvent.entity:Versicherter.what.type",
"path" : "AuditEvent.entity.what.type",
"min" : 1,
"patternUri" : "Patient"
},
{
"id" : "AuditEvent.entity:Versicherter.what.identifier",
"path" : "AuditEvent.entity.what.identifier",
"type" : [
{
"code" : "Identifier",
"profile" : [
"http://fhir.de/StructureDefinition/identifier-kvid-10"
]
}
],
"patternIdentifier" : {
"type" : {
"coding" : [
{
"code" : "KVZ10",
"system" : "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
}
}
},
{
"id" : "AuditEvent.entity:Versicherter.what.identifier.type",
"path" : "AuditEvent.entity.what.identifier.type",
"min" : 1,
"mustSupport" : true
},
{
"id" : "AuditEvent.entity:Versicherter.what.identifier.system",
"path" : "AuditEvent.entity.what.identifier.system",
"mustSupport" : true
},
{
"id" : "AuditEvent.entity:Versicherter.what.identifier.value",
"path" : "AuditEvent.entity.what.identifier.value",
"mustSupport" : true
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.